home *** CD-ROM | disk | FTP | other *** search
- WHERE (File Locator) Kiyoshi Akima
- Command No. 35
-
- --------------------------------------------------------
-
- Purpose: Searches all directories on a particular
- drive and lists the paths of entries that
- match the specified filename.
-
- Format: [d:][path]WHERE [filename[.ext]]
-
- Remarks: WHERE uses normal DOS filename specifications
- to locate files. Omitting a filename and
- extension after the command defaults to WHERE
- *.* and will list all non-hidden files on
- your disk.
-
- Example: The command WHERE *.BAT will find all
- your batch files. WHERE MO*.* would uncover
- MODE.COM and MORE.COM and any other filename
- that begins with MO.
-
- Notes:
-
- 1. Although submitted to us by Mr. Akima,
- this program has it's roots in one
- originally written by John Socha.
-